-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using a crystal reports through crystal report viewer server side control in a webform.
I am using a webform because the crystal report viewer provides an easy way to export to PDF and to Excel.
My problem is that when I deploy to the server, the crystal report .rpt file does not get copied…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
http://msdn.microsoft.com/en-us/library/aa479332.aspx form this site i download the MSDNElmah.msi.After install this, i get a solution Contain .aspx and web.config file and one dll.This site have some information about this plugin,but it's seems to difficult to me.I can not use it on my Project.I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I can not get the cell value of my Telerik asp.net listview control.I want to know how to get the cell value of any listview control .Each cell of my listview control contain Image and one check box .I want the cell value by clicking the on back end i mean in C# code.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Background - I am trying to use the friendly adapters to override the default styling for the standard asp.net menu control that is used by an existing project. The existing project functions normally and compiles when requested without incident. Adding in the code for the for the CSS Friendly adapter…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I need to validate a date in a web forms application. For this I use a CompareValidator with
Operator="DataTypeCheck" Type="Date"
The problem is that this Validator doesn't work properly on Firefox with 2 digit years. ( javascript error: m[2] is undefined)
With a 4 digits year it's working…
>>> More